home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / IndexingKit / Ledger / English.lproj / LedgerController.nib / data.classes next >
Encoding:
Text File  |  1993-01-25  |  549 b   |  46 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     void:;
  4.     commit:;
  5.     append:;
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. LedgerController = {
  10.     ACTIONS = {
  11.     windowWillClose:;
  12.     makeKey:;
  13.     doFullerBalance:;
  14.     init:;
  15.     copy:;
  16.     commit:;
  17.     append:;
  18.     selectAll:;
  19.     ping:;
  20.     void:;
  21.     paste:;
  22.     cut:;
  23.     };
  24.     OUTLETS = {
  25.     balanceTF;
  26.     transferTF;
  27.     window;
  28.     decriptionText;
  29.     tableView;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. MoneyWell = {
  34.     ACTIONS = {
  35.     };
  36.     OUTLETS = {
  37.     delegate;
  38.     target;
  39.     weekSelector;
  40.     valueTF;
  41.     ledgerController;
  42.     nameHolder;
  43.     };
  44.     SUPERCLASS = View;
  45. };
  46.